home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / prog / unld8616.arj / WHATSNEW.DOC < prev   
Text File  |  1994-04-01  |  510b  |  15 lines

  1. I suddenly found myself needing to send a raw ASCII hex file with
  2. CR-only line termination to a TRS-80.  So I plugged in 3 new options into
  3. the program.
  4.  
  5. /H for raw ASCII hex output, no load addresses, no checksums, no address
  6. records.
  7.  
  8. /U to force output file to UNIX style LF only line termination.
  9.  
  10. /T to force output file to TRS-80 or MACintosh CR only line termination.
  11.  
  12. If neither /U or /T is specified, lines are still terminated with the standard
  13. CR-LF MS-DOS or CP/M line termination.
  14.  
  15.